home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94a.txt / 000082_icon-group-sender _Mon Apr 11 13:43:10 1994.msg < prev    next >
Internet Message Format  |  1994-08-19  |  3KB

  1. Received: by cheltenham.cs.arizona.edu; Mon, 11 Apr 1994 12:37:47 MST
  2. Date: Mon, 11 Apr 1994 13:43:10 -0600 (CST)
  3. From: Chris Tenaglia - 257-8765 <TENAGLIA@MIS.MCW.EDU>
  4. Subject: Name/Word generator
  5. To: icon-group@cs.arizona.edu
  6. Message-Id: <01HB1UA5A5888WXLKI@mis.mcw.edu>
  7. Organization: Medical College of Wisconsin (Milwaukee, WI)
  8. X-Vms-To: IN%"icon-group@cs.arizona.edu"
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  11. Content-Transfer-Encoding: 7BIT
  12. Status: R
  13. Errors-To: icon-group-errors@cs.arizona.edu
  14.  
  15. > From:    IN%"dbulman@ACM.ORG"  "David Bulman" 11-APR-1994 13:21:32.86
  16. > To:    IN%"icon-group@cs.arizona.edu"
  17. > Subj:    Generate Names?
  18.  
  19. The icon library has soundex routines. Usually you feed a string to
  20. soundex to get a string/number. But I think it could be used as a
  21. comparison tool. I think phonetic spelling then is more important
  22. that accurate english spelling. To keep things unique you could use
  23. a table() with soundex keys to eliminate sound-a-likes. Then you
  24. might be able to get more words by having it randomly or alternately
  25. choose to begin with a vowel or consonant. Also dipthongs can be
  26. considered, but carfully. sh, th, ch, br, bl,... and oi, io, ia, oo,
  27. oa, ai,...
  28.  
  29. I have a similar tool, password generator. It also includes numerics.
  30. These are distributed by paper and phone to I don't include letters or
  31. numbers that look too much alike. We leave out O and 0, and 1, i, and
  32. l. This is useful if you have foreigners who have trouble discerning
  33. certain sounds especially over the phone.
  34.  
  35. Chris Tenaglia (System Manager) |  "The past explained,
  36. Medical College of Wisconsin    |   the future fortold, 
  37. 8701 W. Watertown Plank Rd.     |   the present largely appologized for."
  38. Milwaukee, WI 53226             |   Organon to The Doctor
  39. (414)257-8765                   |     
  40. tenaglia@mis.mcw.edu
  41.  
  42. > A friend of mine has a problem I'd like to try to solve with an 
  43. > Icon program. 
  44. > The problem is to generate very many unique 5 character names, 
  45. > which should be pronounceable in English, but each should sound 
  46. > different from all the others. I imagine that taking advantage 
  47. > of the fact that a word with alternating consonants (C) and 
  48. > vowels (V) is likely to be pronounceable, but probably bringing 
  49. > Soundex into play would help too. 
  50. > So, the problem sort of has 3 parts:
  51. > 1. What makes a pronounceable name?
  52. > 2. How can I tell if two names sound alike?
  53. > 3. How should I attack this in Icon?
  54. > Dave
  55. > +----------------------------------------------------------------+
  56. > David M. Bulman       dbulman@acm.org      Voice: (808) 883-9011
  57. > P.O. Box 383429         Voice on AT&T Easy Reach:  0-700-DBULMAN
  58. > Waikoloa, HI 96738                           Fax: (808) 883-8172
  59.  
  60.